From e4c565d78076105cbc43c4de63bc44faf9d62d98 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 19 Nov 2015 12:43:24 +0000 Subject: [PATCH] Do not use the LGPL v3 blurb for LGPL v2.1 files GTK+ is released under the terms of the GNU LGPL v2.1+. --- gtk/gtksidebarrow.c | 4 ++-- gtk/gtksidebarrowprivate.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/gtksidebarrow.c b/gtk/gtksidebarrow.c index b338d16ff0..a095bd2655 100644 --- a/gtk/gtksidebarrow.c +++ b/gtk/gtksidebarrow.c @@ -4,7 +4,7 @@ * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 3 of the + * published by the Free Software Foundation; either version 2.1 of the * License, or (at your option) any later version. * * This file is distributed in the hope that it will be useful, but @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . */ diff --git a/gtk/gtksidebarrowprivate.h b/gtk/gtksidebarrowprivate.h index b624d36808..8042757c99 100644 --- a/gtk/gtksidebarrowprivate.h +++ b/gtk/gtksidebarrowprivate.h @@ -4,7 +4,7 @@ * * This file is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as - * published by the Free Software Foundation; either version 3 of the + * published by the Free Software Foundation; either version 2.1 of the * License, or (at your option) any later version. * * This file is distributed in the hope that it will be useful, but @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * - * You should have received a copy of the GNU General Public License + * You should have received a copy of the GNU Lesser General Public License * along with this program. If not, see . */ #ifndef GTK_SIDEBAR_ROW_PRIVATE_H -- 2.30.2